GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-16T21:45:08.9963046+00:00",
"SubmitDate": "2026-06-16T21:45:08.9963046+00:00",
"ReportPeriodStart": "2026-06-16T21:45:08.9963046+00:00",
"ReportPeriodEnd": "2026-06-16T21:45:08.9963046+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b30a3283-ab25-4746-9af4-22b3faabeaf7",
"Rows": [
{
"ItemId": "9fb6c231-ef99-4efa-8e7f-edb52d39a0b6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9fb6c231-ef99-4efa-8e7f-edb52d39a0b6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b30a3283-ab25-4746-9af4-22b3faabeaf7",
"Rows": [
{
"ItemId": "9fb6c231-ef99-4efa-8e7f-edb52d39a0b6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9fb6c231-ef99-4efa-8e7f-edb52d39a0b6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"59bfeee3-d4a3-45e0-8a7d-1634427ca0f1",
"8458e6ce-49f4-408e-ab27-94b0480f621a"
],
"Approvers": [
"3f42d831-edc9-4389-b8f8-265b6f96c4c7",
"6c81b53d-0782-4e94-9498-1cc3e9d7a5b6"
],
"ApprovedBy": "02ac9056-ae3a-49ac-b0a0-114e64f1135d",
"ApprovalDate": "2026-06-16T21:45:08.9963046+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1c762f53-0a06-4811-ac6b-02972ee99252",
"id": "13634dde-1150-4a2f-925f-6c350dd85030",
"ConfigId": "083720e6-4b73-44d5-ab97-ab7e24c19d77"
},
{
"GenerationDate": "2026-06-16T21:45:08.9963046+00:00",
"SubmitDate": "2026-06-16T21:45:08.9963046+00:00",
"ReportPeriodStart": "2026-06-16T21:45:08.9963046+00:00",
"ReportPeriodEnd": "2026-06-16T21:45:08.9963046+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b30a3283-ab25-4746-9af4-22b3faabeaf7",
"Rows": [
{
"ItemId": "9fb6c231-ef99-4efa-8e7f-edb52d39a0b6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9fb6c231-ef99-4efa-8e7f-edb52d39a0b6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b30a3283-ab25-4746-9af4-22b3faabeaf7",
"Rows": [
{
"ItemId": "9fb6c231-ef99-4efa-8e7f-edb52d39a0b6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9fb6c231-ef99-4efa-8e7f-edb52d39a0b6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"59bfeee3-d4a3-45e0-8a7d-1634427ca0f1",
"8458e6ce-49f4-408e-ab27-94b0480f621a"
],
"Approvers": [
"3f42d831-edc9-4389-b8f8-265b6f96c4c7",
"6c81b53d-0782-4e94-9498-1cc3e9d7a5b6"
],
"ApprovedBy": "02ac9056-ae3a-49ac-b0a0-114e64f1135d",
"ApprovalDate": "2026-06-16T21:45:08.9963046+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1c762f53-0a06-4811-ac6b-02972ee99252",
"id": "13634dde-1150-4a2f-925f-6c350dd85030",
"ConfigId": "083720e6-4b73-44d5-ab97-ab7e24c19d77"
}
]